home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / robin10.arc / ROBIN-H1.SUB < prev    next >
Encoding:
Text File  |  1987-01-05  |  773 b   |  22 lines

  1. ;                   ROBIN-H1.SUB    "Round Robin Dialer"
  2. ;                                 by
  3. ;                           Samuel Smulowitz
  4. ;                          CENTURY ASSOCIATES
  5. ;                          141-04 71st Avenue
  6. ;                          Flushing, N.Y. 11367
  7. ;
  8. ;
  9. START:
  10. ;
  11. HEAD1:
  12.   CLEAR
  13.   MESSAGE"     ╔════════════════════════════════════════════════╗"
  14.   MESSAGE"     ║       Round Robin BBS dialing routine.         ║"
  15.   MESSAGE"     ║                                                ║"
  16.   MESSAGE"     ║  NOTE: Enter 'SKIP' by any number to           ║"
  17.   MESSAGE"     ║        remove number from dialing list.        ║"
  18.   MESSAGE"     ╚════════════════════════════════════════════════╝"
  19.   LOCATE 10,5
  20. ;
  21.   EXECUTE "ROBIN.CMD"
  22. EXIT